Interface TraceRouteProcess

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
TraceRouteProcessImpl

public interface TraceRouteProcess extends Process
Information provided by the PKI file:

    \class TraceRouteProcess
    
    \brief TraceRouteProcess handles and manipulates the traceroute process.
    
    \example network().getDevice("PC0").getProcess("IcmpProcess").getTraceRouteProcess(0)
    
Author:
Auto-generated
  • Method Details

    • start

      void start()
      Information provided by the PKI file:
      
          \brief Starts the traceroute process.
          
              
    • cancel

      void cancel()
      Information provided by the PKI file:
      
          \brief Cancels the traceroute process.
          
              
    • getId

      Short getId()
      Information provided by the PKI file:
      
          \brief Returns the traceroute process ID.
          
          \return short, the traceroute process ID.
          
              
      Returns:
      Short Returns a Short
    • getLastIP

      IPAddress getLastIP()
      Information provided by the PKI file:
      
          \brief Returns the last IP address.
          
          \return ip, the last IP address.
          
              
      Returns:
      IPAddress Returns a IPAddress
    • getSentCount

      int getSentCount()
      Information provided by the PKI file:
      
          \brief Returns the number of packets sent.
          
          \return int, the number of packets sent.
          
              
      Returns:
      int Returns a int
    • getTimeout

      int getTimeout()
      Information provided by the PKI file:
      
          \brief Returns the timeout value.
          
          \return int, the timeout value.
          
              
      Returns:
      int Returns a int
    • getLastDelay

      int getLastDelay()
      Information provided by the PKI file:
      
          \brief Returns the last delay value.
          
          \return int, the last delay value.
          
              
      Returns:
      int Returns a int